home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / wiggi_wa.swf / scripts / DefineSprite_252 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  317 b   |  13 lines

  1. function onEnterFrame()
  2. {
  3.    collect.fruitCollect = _parent.GAME.itemCollect;
  4.    timeMC.timer = _parent.GAME.levelTimerDisplay;
  5.    if(_parent.GAME.gamePaused == true)
  6.    {
  7.       gotoAndStop(3);
  8.    }
  9. }
  10. timeMC.timer = _parent.GAME.levelTimerDisplay;
  11. collect.fruitCollect = _parent.GAME.itemCollect;
  12. stop();
  13.